Name | Description | |
---|---|---|
![]() | ReadOnlyList<T> Constructor | Overloaded. |
The following tables list the members exposed by ReadOnlyList<T>.
Name | Description | |
---|---|---|
![]() | ReadOnlyList<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | The number of items in the list. |
![]() | IsReadOnly | Indicates that the list is read only. |
![]() | Item | Gets the item at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds new item to the list (not supported). |
![]() | Clear | Removes all item from the list (not supported). |
![]() | Contains | Returns true if the item is in the list. |
![]() | CopyTo | Copies the elements of the list to an array. |
![]() | GetEnumerator | Returns an enumerator for the list. |
![]() | IndexOf | Returns the list of the specified item in the list. |
![]() | Insert | Inserts an item into the list (not supported). |
![]() | Remove | Removes an item from the list (not supported). |
![]() | RemoveAt | Removes an item from the list (not supported). |
![]() ![]() | ToList | Creates a read-only list from a list. |
![]() | Creates a read-only list from a list. |